searchentry: Use markdown for css tree
authorMatthias Clasen <mclasen@redhat.com>
Sun, 28 Feb 2021 01:05:59 +0000 (20:05 -0500)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:35 +0000 (16:37 +0000)
gtk/gtksearchentry.c

index 92d82dcf5e21fab5965a52d7037d540b84a5d3d4..64827efdf49bc605b1bb215acde482183c01e21e 100644 (file)
  *
  * ## CSS Nodes
  *
- * |[<!-- language="plain" -->
+ * ```
  * entry.search
  * ╰── text
- * ]|
+ * ```
  *
  * `GtkSearchEntry` has a single CSS node with name entry that carries
  * a `.search` style class, and the text node is a child of that.